home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 1.iso / ARGONET / PD / DTP / PDF071E.ZIP / Docs / xpdf_docs / pdftops < prev    next >
Text File  |  1997-05-29  |  2KB  |  52 lines

  1. ! Generated automatically by mantohlp
  2. 1 pdftops
  3.  
  4.        pdftops  -  Portable  Document  Format (PDF) to PostScript
  5.        converter
  6.  
  7.        pdftops [options] [PDF-file [PS-file]]
  8.  
  9.        Pdftops converts Portable Document Format (PDF)  files  to
  10.        PostScript so they can be printed.
  11.  
  12.        Pdftops  reads  the  PDF  file,  PDF-file,  and  writes  a
  13.        PostScript file, PS-file.  If PS-file  is  not  specified,
  14.        pdftops  converts file.pdf to file.ps.  If PS-file is '-',
  15.        the PostScript is sent to stdout.
  16.  
  17.        The generated PostScript is Level 2.  This means  it  will
  18.        not  work  on  old  printers  which  only  support Level 1
  19.        PostScript.
  20.  
  21. 2 OPTIONS
  22.  
  23.        -fnumber
  24.               Specifies the first page to print.
  25.  
  26.        -lnumber
  27.               Specifies the last page to print.
  28.  
  29.        -noemb By  default, any Type 1 fonts which are embedded in
  30.               the PDF file are copied into the  PostScript  file.
  31.               This option causes pdftops to substitute base fonts
  32.               instead.   Embedded  fonts  make  PostScript  files
  33.               larger, but may be necessary for readable output.
  34.  
  35.        -h     Print usage information.  (-help is equivalent.)
  36.  
  37. 2 BUGS
  38.  
  39.        This  is  a beta release of pdftops, and there are still a
  40.        bunch of PDF features which I have yet to implement.
  41.  
  42. 2 AUTHOR
  43.  
  44.        The pdftops software and documentation are copyright 1996,
  45.        1997 Derek B. Noonburg (derekn@ece.cmu.edu).
  46.  
  47. 2 SEE_ALSO
  48.  
  49.        xpdf(1), pdftotext(1)
  50.        http://www.contrib.andrew.cmu.edu/usr/dn0o/xpdf/xpdf.html
  51.  
  52.